< Prev(J) / Next(K) > / View :

Filename: /text/shared/explorer/database/dabawiz02jdbc.xhp

(bookmark: bm_id3726920)
JDBC; databases (Base)
databases; JDBC (Base)

JDBC; データベース (Base)
データベース; JDBC (Base)

(variable: jdbc)JDBC Connection
(variable: jdbc)JDBC 接続(par_idN105FC.)

Specifies the options to access a JDBC database.
JDBC データベースにアクセスするためのオプションを指定します。(par_idN10600.)

JDBC Examples
JDBC のサンプル(par_idN10623.)

You can use a JDBC driver class to connect to a JDBC database from Office. The driver class is provided by the database manufacturer. Two examples of JDBC databases are Oracle and MySQL.
JDBC ドライバクラスを使用して、Office から JDBC データベースに接続できます。ドライバクラスは、データベースの製造元から提供されます。JDBC データベースの例として、Oracle および MySQL があります。(par_idN10627.)

Note Icon 注マーク The driver classes must be added to Office in (in case of MAC)Office - Preferences(/in case of MAC)(in other case)Tools - Options(/in other case) - Office - Java.
[PO-fuzzy@shared\explorer\database.po] ※※※未訳※※※(par_idN1062D.)

Oracle database
Oracle データベース(par_idN10634.)

You can use a JDBC driver to access an Oracle database from Solaris or Linux. To access the database from Windows, you need an ODBC driver.
JDBC ドライバを使用すると、Solaris または Linux から Oracle データベースにアクセスできます。Windows から Oracle データベースにアクセスするには、ODBC ドライバが必要です。(par_idN10638.)

(in case of UNIX)

On UNIX, ensure that the Oracle database client is installed with JDBC support. The JDBC driver class for the Solaris Oracle client version 8.x is located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. You can also download the latest version from the Oracle web site:
UNIX では、JDBC サポートとともに Oracle データベースクライアントがインストールされていることを確認します。 Solaris Oracle クライアントバージョン 8.x 用の JDBC ドライバクラスは、<Oracle client>/product/jdbc/lib/classes111.zip directory ディレクトリにあります。 次の Oracle の Web サイトから、最新バージョンのドライバをダウンロードすることもできます。(par_idN1064B.)

http://otn.oracle.com/tech/java/sqlj_jdbc/content.html
http://otn.oracle.com/tech/java/sqlj_jdbc/content.html(par_idN1064E.)

(/in case of UNIX)

In the Data source URL box, enter the location of the Oracle database server. The syntax of the URL depends on the database type. See the documentation that came with the JDBC driver for more information.
データソースの URL ボックスで、Oracle データベースサーバーの場所を入力します。URL の構文は、データベースの種類に依存します。詳細については、JDBC ドライバに付属するドキュメントを参照してください。 (par_idN10661.)

For an Oracle database, the syntax of the URL is:
Oracle データベースの場合、URL の構文は次のようになります。(par_idN10668.)

oracle:thin:@hostname:port:database_name
oracle:thin:@hostname:port:database_name(par_idN1066B.)

(bookmark: bm_id3033539)

MySQL database
MySQL データベース(par_idN1067F.)

The driver for the MySQL database is available on the MySQL web site.
MySQL データベース用のドライバは、MySQL Web サイトで入手できます。(par_idN10683.)

The syntax for a MySQL database is:
MySQL データベースの構文は次のとおりです。(par_idN10689.)

mysql://hostname:port/database_name
mysql://hostname:port/database_name(par_idN1068C.)

(bookmark: bm_id6293221)
(bookmark: bm_id3450117)

Data source URL
データソース URL(par_idN106A0.)

Enter the URL for the database. For example, for the MySQL JDBC driver, enter "jdbc:mysql://<Servername>/<name of the database>". For more information on the JDBC driver, consult the documentation that came with the driver.
データベースのURL を入力します。たとえば、MySQL JDBC ドライバの場合、「jdbc:mysql://<Servername>/<name of the database>」を入力します。JDBC ドライバについての詳細は、ドライバに付属のマニュアルを参照してください。(par_idN106A4.)

(bookmark: bm_id3153970)

JDBC Driver Class
JDBC ドライバクラス(par_idN106BB.)

Enter the name of the JDBC driver.
JDBC ドライバの名前を入力します。(par_idN106BF.)

(section: classpath)
Warning Icon 警告マーク Before you can use a JDBC driver, you need to add its class path. Choose (in case of MAC)Office - Preferences(/in case of MAC)(in other case)Tools - Options(/in other case) - Office- Java, and click the Class Path button. After you add the path information, restart Office.
[PO-fuzzy@shared\explorer\database.po] ※※※未訳※※※(par_id7953733.)

(/section: classpath)

Test Class
テストクラス(par_idN106CE.)

Tests the connection with the current settings.
現在の設定で接続をテストします。(par_idN106E4.)

Authentication
認証(par_idN106E7.)

Database Wizard
データベースウィザード(par_idN106F6.)


< Prev / Next >